07. Review

Review

FSND C2 L2 A12 Lesson Review

In this lesson, we went over the HTTP protocol and how to implement an API using the Flask microframework. Here's everything you should now be familiar with:

  • HTTP Basics
    • Methods
    • Requests
    • Responses
    • Status Codes
  • Flask Microframework Intro
    • Creating your first basic endpoints
    • Testing the response using Curl